ProgressBar: Update node summary per last commit
authorDaniel Boles <dboles@src.gnome.org>
Tue, 25 Apr 2017 09:57:55 +0000 (10:57 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Tue, 25 Apr 2017 10:14:28 +0000 (11:14 +0100)
The node named "progress" is a child of the node named "trough".

gtk/gtkprogressbar.c

index 251208b70e7cf85230d9416d7dc86e2f5752ac7f..217384fb10dc2b135f75e5c4c396e4f26f8fe44f 100644 (file)
  * ]|
  *
  * GtkProgressBar has a main CSS node with name progressbar and subnodes with
- * names text, trough and progress. The text subnode is only present if text
- * is shown. The progress subnode has the style class .pulse when in activity
- * mode. It gets the style classes .left, .right, .top or .bottom added when
- * the progress 'touches' the corresponding end of the GtkProgressBar.
- * The .osd class on the progressbar node is for use in overlays like the one
- * epiphany has for page loading progress.
+ * names text and trough, of which the latter has a subnode named progress. The
+ * text subnode is only present if text is shown. The progress subnode has the
+ * style class .pulse when in activity mode. It gets the style classes .left,
+ * .right, .top or .bottom added when the progress 'touches' the corresponding
+ * end of the GtkProgressBar. The .osd class on the progressbar node is for use
+ * in overlays like the one Epiphany has for page loading progress.
  */
 
 struct _GtkProgressBarPrivate